Fix link error on Fedora 14: newer GConf don't use g_type_*.
authorJan D <jan.h.d@swipnet.se>
Sun, 14 Nov 2010 11:46:00 +0000 (12:46 +0100)
committerJan D <jan.h.d@swipnet.se>
Sun, 14 Nov 2010 11:46:00 +0000 (12:46 +0100)
commit5a8d7a05af015ff9a16c4d7482205577935219c6
tree52b41fa854db275c4577c6117ecd993b25fc58b6
parent593ad3127c08fa494499cb4ca4ef6e80da7428a3
Fix link error on Fedora 14: newer GConf don't use g_type_*.

* configure.in (HAVE_GCONF): Check for g_type_init if GConf is found.

* src/config.in (HAVE_G_TYPE_INIT): New symbol.

* src/xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
configure
configure.in
src/config.in
src/xsettings.c